home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
SQL and Data Base
/
FoxPro 2.06 for Windows
/
EXAMPLE7.PR_
/
EXAMPLE7.bin
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-03-10
|
319 b
|
13 lines
select oletable
numfiles = adir(wordfiles,"*.doc")
if numfiles > 0
for i = 1 to numfiles
append blank
replace oletable.name with wordfiles(i,1)
replace oletable.oletype with "MSWord"
append general object from wordfiles(i,1)
endfor
else
wait window "No Word files found. Press any key..."
endif